home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Spiceworld The Movie - Interactive CD-ROM
/
Spiceworld The Movie: Interactive CD-ROM.iso
/
pc
/
elements
/
spicetwo.dir
/
games_22_scary Squares.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-04
|
366 b
|
19 lines
on mouseUp
global SCARYSTART
if SCARYSTART = 1 then
beep()
exit
end if
set the visible of sprite 12 to 0
set the visible of sprite 13 to 1
updateStage()
repeat with x = 15 to 23
set the visible of sprite x to 0
updateStage()
end repeat
repeat with x = 2 to 10
set the visible of sprite x to 1
updateStage()
end repeat
end